home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / acos.0 < prev    next >
Text File  |  1996-09-02  |  828b  |  28 lines

  1.  
  2. ACOS(3)                    UNIX Programmer's Manual                    ACOS(3)
  3.  
  4. NNAAMMEE
  5.      aaccooss - arc cosine function
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<mmaatthh..hh>>
  9.  
  10.      _d_o_u_b_l_e
  11.      aaccooss(_d_o_u_b_l_e _x)
  12.  
  13.      _f_l_o_a_t
  14.      aaccoossff(_f_l_o_a_t _x)
  15.  
  16. DDEESSCCRRIIPPTTIIOONN
  17.      The aaccooss() and aaccoossff() functions compute the principal value of the arc
  18.      cosine of _x in the range [0, pi].
  19.  
  20. RREETTUURRNN VVAALLUUEESS
  21.      Exceptional cases are handled by matherr(3).
  22.  
  23. SSEEEE AALLSSOO
  24.      sin(3),  cos(3),  tan(3),  asin(3),  atan(3),  atan2(3),  sinh(3),
  25.      cosh(3),  tanh(3),  math(3),  matherr(3)
  26.  
  27. BSD Experimental                  May 2, 1991                                1
  28.